Editing Debian LiveCD
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 207: | Line 207: | ||
* Your USB drive should be formatted with FAT32 filesystem. | * Your USB drive should be formatted with FAT32 filesystem. | ||
* initramfs-usb.cpio.gz: http://www.multiupload.nl/ | * initramfs-usb.cpio.gz: http://www.multiupload.nl/OW560Y66Y2 (MD5 c8ae892b68dfd7078415a4a52c440f39) | ||
* Create '''debianlive''' directory on your USB drive. | * Create '''debianlive''' directory on your USB drive. | ||
* Put vmlinux-3. | * Put vmlinux-3.5.3 (extract xz archive), initramfs.cpio.gz and root.sfs into this directory. | ||
{{Keyboard|content=<syntaxhighlight lang="bash"> | {{Keyboard|content=<syntaxhighlight lang="bash"> | ||
Line 216: | Line 216: | ||
-rwxr-xr-x 1 root root 6746154 Aug 18 17:44 initramfs.cpio.gz | -rwxr-xr-x 1 root root 6746154 Aug 18 17:44 initramfs.cpio.gz | ||
-rwxr-xr-x 1 root root 249835520 Aug 18 17:15 root.sfs | -rwxr-xr-x 1 root root 249835520 Aug 18 17:15 root.sfs | ||
-rwxr-xr-x 1 root root 7288832 Aug 18 17:31 vmlinux-3. | -rwxr-xr-x 1 root root 7288832 Aug 18 17:31 vmlinux-3.5.3 | ||
$ ls -l /mnt/usb/ | $ ls -l /mnt/usb/ | ||
-rwxr-xr-x 1 root root 188 Aug 18 17:30 kboot.conf | -rwxr-xr-x 1 root root 188 Aug 18 17:30 kboot.conf | ||
Line 224: | Line 224: | ||
<pre> | <pre> | ||
debianlive=/debianlive/vmlinux-3. | debianlive=/debianlive/vmlinux-3.5.3 initrd=/debianlive/initramfs.cpio.gz | ||
</pre> | </pre> | ||