notes, smal fix
This commit is contained in:
parent
aa0e1fbd6d
commit
4cb8816cc1
2
doc/notes
Normal file
2
doc/notes
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
initrd:
|
||||||
|
https://help.ubuntu.com/community/LiveCDCustomization#Removing_the_.28Casper.29_Autologina
|
@ -2,6 +2,9 @@
|
|||||||
#remaster lib
|
#remaster lib
|
||||||
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||||
|
|
||||||
|
#dependency
|
||||||
|
source <LIBDIR>/func/filesystem_get_type
|
||||||
|
|
||||||
#filesystem_extract [filesystem_img_source] [chroot_path]
|
#filesystem_extract [filesystem_img_source] [chroot_path]
|
||||||
function filesystem_extract() {
|
function filesystem_extract() {
|
||||||
echo "extract filesystem ..."
|
echo "extract filesystem ..."
|
||||||
|
Loading…
Reference in New Issue
Block a user