diff options
author | Iru Cai <mytbk920423@gmail.com> | 2018-10-17 18:41:49 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2018-10-17 18:41:49 +0800 |
commit | b5cebd34e7ed3f4acd85b38d5faa31d8dcdff9c6 (patch) | |
tree | 087986bd9e4dfb76fd9b5561f9b5951a68d9701a /distro/hyperbola/install.sh | |
parent | 28b49f22e49b52098b6cc2d1888e7ee408441d58 (diff) | |
download | liveusb-builder-b5cebd34e7ed3f4acd85b38d5faa31d8dcdff9c6.tar.xz |
distro: add hyperbola
Diffstat (limited to 'distro/hyperbola/install.sh')
-rw-r--r-- | distro/hyperbola/install.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/distro/hyperbola/install.sh b/distro/hyperbola/install.sh new file mode 100644 index 0000000..06f9281 --- /dev/null +++ b/distro/hyperbola/install.sh @@ -0,0 +1,8 @@ +install_live() { + mount_iso + install -d "$DATADIR/hyperbola" + cp -r "$ISOMNT/hyperbola/"{aitab,i686,x86_64} "$DATADIR/hyperbola/" + install -d "$KERNELDIR/hyperbola" + cp -r "$ISOMNT/hyperbola/boot" "$KERNELDIR/hyperbola" + umount_iso +} |