diff --git a/script.js b/script.js index 75fc5f7..8ef4c15 100644 --- a/script.js +++ b/script.js @@ -1,5 +1,5 @@ var text = ` - Expecting device dev-ttyS0.device... + Expecting device dev-browser-tab.device... [ OK ] Reached target Remote File Systems. [ OK ] Listening on Delayed Shutdown Socket. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. @@ -31,7 +31,7 @@ var text = ` [ OK ] Mounted Arbitrary Executable File Formats File System. [ OK ] Started Set Up Additional Binary Formats. [ OK ] Started Setup Virtual Console. -[ OK ] Found device /dev/ttyso. +[ OK ] Found device /dev/browser-tab. systemd-fsck [53]: semkapc: clean, 319575/983040 files, 2914206/3932160 blocks [ OK ] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... @@ -42,10 +42,10 @@ var text = ` [ OK ] Mounted Temporary Directory. [ OK ] Reached target Local File Systems. Starting Recreate Volatile Files and Directories... -[ OK ] Found device QEMU_HARDDISK. +[ OK ] Found device browser-storage. Activating swap /dev/disk/by-uuid/6038ea52-80a2-42c5...d0a22e1ce4c9... [ OK ] Started Load Random Seed. -[ OK ] Activated swap /dev/disk/by-uuid/6038ea52-8032-42c5-8902-d0a22e1ce4c9. +[ OK ] Activated swap /dev/sda2. [ OK ] Reached target Swap. [ OK ] Started Recreate Volatile Files and Directories. [ OK ] Reached target System Initialization. Starting Restore Sound Card State... @@ -66,10 +66,10 @@ var text = ` [ OK ] Started Network Time Service. [ OK ] Reached target Network Time Protocol. [ OK ] Started Permit User Sessions. - Starting Serial Getty on ttys0... -[ OK ] Started Serial Getty on ttys0. - Starting Getty on tty1... -[ OK ] Started Getty on tty1. + Starting Serial Getty on browser-tab... +[ OK ] Started Serial Getty on browser-tab. + Starting Getty on browser-tab... +[ OK ] Started Getty on browser-tab. [ OK ] Reached target Login Prompts. [ OK ] Started D-Bus System Message Bus. [ OK ] Started Avahi mDNS/DNS-SD Stack. @@ -118,7 +118,7 @@ if (!sessionStorage.getItem('animated')){ } else { clearInterval(systemd); setTimeout(function(){ - terminal.insertAdjacentHTML('beforeend', `

semkapc Page
Kernel 3.4.3-1.fc17.x86_64 on an x86_64 (ttySo)


root login: _


`); + terminal.insertAdjacentHTML('beforeend', `

semkapc Page
Kernel html5 on an html5 (tab)


root login: _


`); terminal.scrollTop = terminal.scrollHeight; setTimeout(function(){ document.body.style.overflow = 'auto'; @@ -131,4 +131,4 @@ if (!sessionStorage.getItem('animated')){ }, 3000) } else { terminal.remove(); -} \ No newline at end of file +}