mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 05:15:24 +01:00
9 lines
215 B
Bash
Executable file
9 lines
215 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2025 Samuel Tyler <samuel@samuelt.me>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
osvers=4.14.0
|
|
myarchname=i686-linux
|
|
myuname="linux live-bootstrap 4.14.0 #1 i686 gnulinux "
|