mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Make structure of sysa/ a bit cleaner
This commit is contained in:
parent
19b41d22f4
commit
c97ad0212f
7 changed files with 123 additions and 19 deletions
25
sysa/base.kaem.run
Executable file
25
sysa/base.kaem.run
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
#!/bin/sh
|
||||
# Copyright © 2020 fosslinux
|
||||
#
|
||||
# This file is part of live-bootstrap.
|
||||
#
|
||||
# live-bootstrap is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 3 of the License, or (at
|
||||
# your option) any later version.
|
||||
#
|
||||
# live-bootstrap is distributed in the hope that it will be useful, but
|
||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with live-bootstrap. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Part 1: mescc-tools-seed
|
||||
|
||||
./bootstrap-seeds/POSIX/x86/kaem-optional-seed mescc-tools-seed.kaem.run
|
||||
|
||||
# Part 2-infinity: get the hell out of this mess of a directory
|
||||
|
||||
bin/kaem --verbose --strict --file after.kaem
|
||||
Loading…
Add table
Add a link
Reference in a new issue