Update README.md
parent
1a7d8973f6
commit
8b97046b53
|
|
@ -15,7 +15,7 @@ the original Linux Live Kit. <http://linux-live.org>
|
||||||
in your live distro, else it would be copied to it.
|
in your live distro, else it would be copied to it.
|
||||||
The best practice is to make a directory such
|
The best practice is to make a directory such
|
||||||
as for example: '/tmp/a', and put all the files there.
|
as for example: '/tmp/a', and put all the files there.
|
||||||
### NOTE:
|
### NOTE:
|
||||||
* Make sure to extract and use it on a POSIX-compatible
|
* Make sure to extract and use it on a POSIX-compatible
|
||||||
filesystem (for ex: EXT4), since it will create symlinks
|
filesystem (for ex: EXT4), since it will create symlinks
|
||||||
and such that might not be compatible in for example: FAT
|
and such that might not be compatible in for example: FAT
|
||||||
|
|
@ -29,7 +29,7 @@ the original Linux Live Kit. <http://linux-live.org>
|
||||||
change the path in ./.config. Your kernel must support both
|
change the path in ./.config. Your kernel must support both
|
||||||
SquashFS and AUFS, or else you will get an error both while
|
SquashFS and AUFS, or else you will get an error both while
|
||||||
building, and when you actually boot your Live Kit.
|
building, and when you actually boot your Live Kit.
|
||||||
### PROTIP:
|
### PROTIP:
|
||||||
* On most Linux distros, the kernel is in /vmlinuz, a
|
* On most Linux distros, the kernel is in /vmlinuz, a
|
||||||
symlink to /boot/vmlinuz-* or even /boot/vmlinux-*
|
symlink to /boot/vmlinuz-* or even /boot/vmlinux-*
|
||||||
|
|
||||||
|
|
@ -39,7 +39,7 @@ the original Linux Live Kit. <http://linux-live.org>
|
||||||
|
|
||||||
4. It's recommended to replace boot background in
|
4. It's recommended to replace boot background in
|
||||||
bootfiles/bootpic.png and edit syslinux.cfg to fit your needs.
|
bootfiles/bootpic.png and edit syslinux.cfg to fit your needs.
|
||||||
### NOTE:
|
### NOTE:
|
||||||
* When editing the configuration file, make sure to keep all paths
|
* When editing the configuration file, make sure to keep all paths
|
||||||
pointing to /boot/, since it will be replaced to /LIVEKITNAME/boot/
|
pointing to /boot/, since it will be replaced to /LIVEKITNAME/boot/
|
||||||
during the build session.
|
during the build session.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue